@charset "UTF-8";
.hp_onlyWide {
  display: block !important;
}
@media (max-width: 1440px) {
  .hp_onlyWide {
    display: none !important;
  }
}

.hp_hideWide {
  display: none !important;
}
@media (max-width: 1440px) {
  .hp_hideWide {
    display: block !important;
  }
}

.hp_tbHide {
  display: block !important;
}
@media (max-width: 768px) {
  .hp_tbHide {
    display: none !important;
  }
}

.ly_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: var(--height-header);
  background-color: var(--primary);
  z-index: 5;
}
@media (max-width: 480px) {
  .ly_header {
    padding: 0 1.2rem;
  }
}
.ly_header_inner {
  max-width: var(--w-max);
  margin: 0 auto;
  padding: 0 5rem;
}
@media (max-width: 480px) {
  .ly_header_inner {
    padding: 0 0.9rem;
  }
}
.ly_header.scrolled {
  border-bottom: 1px solid #f1f1f1;
}

.bl_headerNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--height-header);
}
.bl_headerNav_logo {
  width: var(--width-logo);
  height: var(--height-logo);
  aspect-ratio: 243/33;
}
.bl_headerNav_contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bl_headerNav_contact span {
  font-weight: bold;
}
.bl_headerNav_contact a:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bl_headerNav_contact a:last-child::after {
  content: " ";
  display: inline-block;
  background: url("../assets/images/arrow.png") no-repeat center/contain;
  width: var(--width-arrow);
  height: var(--height-arrow);
  margin-left: 8px;
}
@media (max-width: 480px) {
  .bl_headerNav_contact a:last-child::after {
    margin-left: 5px;
  }
}

.ly_centered {
  max-width: var(--w-max);
  padding: 0 var(--paddingX-ly-base);
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1024px) {
  html {
    text-align: center;
    margin: 0 auto;
  }
}

.ly_footer {
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 480px) {
  .ly_footer {
    padding: 0 1.2rem;
  }
}
.ly_footer_inner {
  max-width: var(--w-max);
  margin: 0 auto;
  padding: 0 5rem;
}
@media (max-width: 480px) {
  .ly_footer_inner {
    padding: 0 0.9rem;
  }
}
@media (max-width: 1024px) {
  .ly_footer_inner {
    text-align: left;
  }
}
.ly_footer_top {
  margin: 3.125rem 0;
}

.bl_footerUtils {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bl_footerUtils_logo {
  width: var(--width-footerLogo);
}
.bl_footerUtils_sns img {
  width: var(--width-sns);
  height: var(--height-sns);
}

.bl_footerPolicy {
  display: flex;
  gap: 3.125rem;
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--dark-gray);
  margin-bottom: 1.563rem;
}
@media (max-width: 480px) {
  .bl_footerPolicy {
    font-size: 1.2rem;
  }
}

.bl_footerInfo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7.938rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--gray);
}
@media (max-width: 1440px) {
  .bl_footerInfo {
    flex-direction: column;
    row-gap: 1.375rem;
  }
}
@media (max-width: 480px) {
  .bl_footerInfo {
    font-size: 1rem;
  }
}
.bl_footerInfo_contents {
  display: flex;
  flex-direction: column;
}
.bl_footerInfo_address {
  word-break: keep-all;
}
.bl_footerInfo_etc {
  display: flex;
  flex-wrap: wrap;
}
.bl_footerInfo_etc li:not(:last-child)::after {
  content: "/";
  color: currentColor;
  margin: 0 6px;
}

.el_footer_copyright {
  color: var(--gray);
}

@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  src: url("../assets/fonts/Pretendard-ExtraBold.woff") format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  src: url("../assets/fonts/Pretendard-Bold.woff") format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  src: url("../assets/fonts/Pretendard-SemiBold.woff") format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  src: url("../assets/fonts/Pretendard-Medium.woff") format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  src: url("../assets/fonts/Pretendard-Regular.woff") format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  src: url("../assets/fonts/Pretendard-ExtraLight.woff") format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  src: url("..assets/fonts/Pretendard-Thin.woff") format("opentype");
}
html, .lenis {
  font-size: var(--fs-root);
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  word-break: keep-all;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
}

body {
  color: var(--font-color);
  font-family: "Pretendard";
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  background-color: var(--cl-bg);
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: inherit;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: inherit;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select, textarea {
  vertical-align: middle;
  all: unset;
  font: inherit;
  color: inherit;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

img {
  max-width: 100%;
  vertical-align: top;
}

*,
:after,
:before {
  box-sizing: border-box;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}

ol, ul, li {
  list-style: none;
}

:root {
  --primary: #fff;
  --violet: #f2f2ff;
  --gray: #929292;
  --light-gray: #F2F2F2;
  --dark-gray: #676767;
  --font-color: #000;
  --cl-bg:#fff;
  --paddingX-ly-base: 12.5rem;
  --w-max: 1600px;
  --fs-root: 100%;
  --fs-h2: 2.5rem;
  --fs-sub: 1.375rem;
  --lh-h2: 2.8rem;
  --lh-sub: 2.06rem;
  --paddingX-header: 2.75rem;
  --height-header: 93px;
  --width-logo: 243px;
  --height-logo: 33px;
  --width-arrow: 24px;
  --height-arrow: 24px;
  --width-footerLogo: 306px;
  --width-sns: 40px;
  --height-sns: 40px;
  --padding-headingFont: 1.375rem;
  --card-gap: 1.75rem;
  --card-gap-half: 0.875rem;
}

@media (max-width: 1440px) {
  :root {
    --paddingX-ly-base: 9rem;
    --fs-root: 93.75%;
  }
}
@media (max-width: 1024px) {
  :root {
    --fs-root: 87.5%;
    --height-header: 91px;
    --width-logo: 215px;
    --height-logo: 29px;
    --width-arrow: 19px;
    --height-arrow: 19px;
    --width-footerLogo: 251px;
    --width-sns: 33px;
    --height-sns: 33px;
  }
}
@media (max-width: 768px) {
  :root {
    --paddingX-ly-base: 6rem;
    --height-header: 91px;
    --width-logo: 150px;
    --height-logo: 21px;
    --width-arrow: 19px;
    --height-arrow: 19px;
    --width-footerLogo: 231px;
    --width-sns: 33px;
    --height-sns: 33px;
  }
}
@media (max-width: 480px) {
  :root {
    --paddingX-ly-base: 1.8rem;
    --fs-root: 81.25%;
    --fs-h2: 1.92rem;
    --fs-sub:1.2rem;
    --lh-sub: 1.45rem;
    --padding-headingFont: 1.15rem;
    --height-header: 70px;
    --width-logo: 140px;
    --height-logo: 19px;
    --width-arrow: 17px;
    --height-arrow: 17px;
    --width-footerLogo: 180px;
    --width-sns: 25px;
    --height-sns: 25px;
  }
}
@media (max-width: 360px) {
  :root {
    --fs-root: 80%;
  }
}
.bl_mainVisual {
  color: var(--primary);
  max-width: 1600px;
  padding: 0 2.8rem;
  margin: 0 auto;
  margin-top: var(--height-header);
  margin-bottom: 10.437rem;
}
@media (max-width: 480px) {
  .bl_mainVisual {
    padding: 0 1.8rem;
  }
}
.bl_mainVisual_inner {
  border-radius: 2.625rem;
  background: url("../assets/images/mainVisual01.png") no-repeat center/cover;
}
@media (max-width: 1024px) {
  .bl_mainVisual_inner {
    background: url("../assets/images/mainVisual02.png") no-repeat center/cover;
    padding-top: 3.93rem;
  }
}
.bl_mainVisual_content {
  width: 100%;
  min-height: 669px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-wrap: balance;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .bl_mainVisual_content {
    min-height: 560px;
  }
}
@media (max-width: 1024px) {
  .bl_mainVisual_content {
    flex-direction: column;
    justify-content: end;
    gap: 1.875rem;
  }
}
@media (max-width: 768px) {
  .bl_mainVisual_content {
    min-height: 700px;
  }
}
@media (max-width: 480px) {
  .bl_mainVisual_content {
    min-height: 520px;
  }
}
.bl_mainVisual_caption {
  width: 100%;
  min-width: 575px;
}
@media (max-width: 1440px) {
  .bl_mainVisual_caption {
    min-width: 440px;
  }
}
@media (max-width: 1024px) {
  .bl_mainVisual_caption {
    flex: 0;
    min-width: 250px;
  }
}
@media (max-width: 480px) {
  .bl_mainVisual_caption {
    min-width: 290px;
  }
}
.bl_mainVisual_caption_heading p {
  font-size: 2.625rem;
  font-weight: 300;
  padding-bottom: var(--padding-headingFont);
}
@media (max-width: 1440px) {
  .bl_mainVisual_caption_heading p br {
    display: none;
  }
}
@media (max-width: 480px) {
  .bl_mainVisual_caption_heading p {
    font-size: 2.2rem;
  }
}
.bl_mainVisual_caption_heading b {
  display: block;
  font-weight: 700;
}
.bl_mainVisual_caption_subHeading {
  font-size: var(--fs-sub);
  padding-bottom: 3.18rem;
}
@media (max-width: 480px) {
  .bl_mainVisual_caption_subHeading {
    display: none;
  }
}
.bl_mainVisual_caption_subHeading p {
  font-weight: 400;
}
.bl_mainVisual_caption_subHeading b {
  font-weight: 700;
}
.bl_mainVisual_goto .el_gotoBtn {
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 0.8px;
  text-underline-offset: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 3.06rem;
}
.bl_mainVisual_goto .el_gotoBtn:last-child {
  padding-right: 0;
}
@media (max-width: 1440px) {
  .bl_mainVisual_goto .el_gotoBtn {
    padding-right: 1rem;
  }
}
@media (max-width: 480px) {
  .bl_mainVisual_goto .el_gotoBtn {
    font-size: 1.1rem;
  }
}
.bl_mainVisual_goto .el_gotoBtn span {
  font-weight: 700;
}
.bl_mainVisual_goto .el_gotoBtn span::after {
  content: " ";
}
.bl_mainVisual_goto .el_gotoBtn::after {
  content: " ";
  display: inline-block;
  background: url("../assets/images/arrow2.png") no-repeat center/contain;
  width: var(--width-arrow);
  height: var(--height-arrow);
  aspect-ratio: 663/559;
  margin-left: 8px;
}
.bl_mainVisual_img_wrap {
  margin-top: auto;
}
.bl_mainVisual_img_wrap img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .bl_mainVisual_img_wrap img {
    content: url("../assets/images/phone02.png");
    max-width: 442px;
    margin-top: auto;
  }
}
@media (max-width: 768px) {
  .bl_mainVisual_img_wrap img {
    margin-top: 0;
  }
}

.bl_visualExpert {
  text-align: center;
  margin-bottom: 10.437rem;
}
.bl_visualExpert_caption {
  margin: 0 auto;
}
.bl_visualExpert_caption b {
  font-weight: 700;
}
.bl_visualExpert_caption .el_headTitle {
  font-size: var(--fs-h2);
  font-weight: 700;
  line-height: var(--lh-h2);
  padding-bottom: var(--padding-headingFont);
}
.bl_visualExpert_caption .el_desc {
  font-size: var(--fs-sub);
  font-weight: 400;
  line-height: var(--lh-sub);
  color: var(--dark-gray);
  padding-bottom: 3rem;
}
.bl_visualExpert_img {
  width: 100%;
  height: auto;
  background: url("../assets/images/expert.png") no-repeat center/cover;
  aspect-ratio: 1200/392;
  border-radius: 3rem;
}
@media (max-width: 1440px) {
  .bl_visualExpert_img {
    aspect-ratio: 680/392;
    border-radius: 2rem;
  }
}
@media (max-width: 480px) {
  .bl_visualExpert_img {
    aspect-ratio: 273/147;
    border-radius: 1rem;
  }
}

.bl_visualSolution {
  margin-bottom: 10.375rem;
  width: 100vw;
  height: auto;
  max-height: 696px;
  aspect-ratio: 1600/636;
  background-color: var(--violet);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .bl_visualSolution {
    max-height: 768px;
    aspect-ratio: auto;
  }
}
.bl_visualSolution_inner {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 6.25rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .bl_visualSolution_inner {
    padding-top: 3.93rem;
    gap: 3.125rem;
    flex-direction: column;
  }
}
.bl_visualSolution_caption {
  width: 100%;
  max-width: 567px;
  padding-left: 6.18rem;
}
@media (max-width: 1024px) {
  .bl_visualSolution_caption {
    padding-left: 0;
  }
}
.bl_visualSolution_caption .el_headTitle {
  font-size: var(--fs-h2);
  font-weight: 700;
  line-height: var(--lh-h2);
  padding-bottom: var(--padding-headingFont);
}
.bl_visualSolution_caption .el_desc {
  font-weight: 400;
  font-size: var(--fs-sub);
  line-height: var(--lh-sub);
  color: var(--dark-gray);
}
.bl_visualSolution_caption .el_desc b {
  font-weight: 700;
}
.bl_visualSolution_img {
  width: 371px;
  height: auto;
  margin-top: auto;
}
@media (min-width: 1200px) {
  .bl_visualSolution_img {
    aspect-ratio: 371/506;
  }
}
@media (max-width: 768px) {
  .bl_visualSolution_img img {
    max-height: 401px;
  }
}
@media (max-width: 480px) {
  .bl_visualSolution_img img {
    max-height: 300px;
  }
}

.bl_visualHairloss {
  margin-bottom: 15.375rem;
}
.bl_visualHairloss_inner {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 6.25rem;
}
@media (max-width: 1024px) {
  .bl_visualHairloss_inner {
    flex-direction: column-reverse;
  }
}
@media (max-width: 480px) {
  .bl_visualHairloss_inner {
    gap: 3.75rem;
  }
}
.bl_visualHairloss img {
  width: 100%;
  height: auto;
  max-width: 567px;
  aspect-ratio: 567/469;
  display: block;
}
.bl_visualHairloss .el_headTitle {
  font-size: var(--fs-h2);
  font-weight: 700;
  line-height: var(--lh-h2);
  padding-bottom: var(--padding-headingFont);
}
.bl_visualHairloss .el_desc {
  font-weight: 400;
  font-size: var(--fs-sub);
  color: var(--dark-gray);
  line-height: var(--lh-sub);
}

.bl_visualCustomer {
  margin-bottom: 12.25rem;
}
.bl_visualCustomer .el_headTitle {
  display: block;
  font-size: var(--fs-h2);
  font-weight: 700;
  line-height: var(--lh-h2);
  padding-bottom: var(--padding-headingFont);
}
.bl_visualCustomer .el_desc {
  font-weight: 400;
  font-size: var(--fs-sub);
  color: var(--dark-gray);
  line-height: var(--lh-sub);
  padding-bottom: 3rem;
}
.bl_visualCustomer .el_desc b {
  font-weight: 700;
}
@media (max-width: 480px) {
  .bl_visualCustomer .el_desc {
    padding-bottom: 1.5rem;
  }
}
.bl_visualCustomer_mobile {
  text-align: center;
  margin: 0 auto;
}
.bl_visualCustomer_mobile .bl_card {
  width: 100%;
}
.bl_visualCustomer_mobile .bl_card_txtBox {
  width: 100%;
}
.bl_visualCustomer_mobile .bl_card_imgBox {
  margin-bottom: 10.937rem;
  width: 100%;
}
@media (max-width: 480px) {
  .bl_visualCustomer_mobile .bl_card_imgBox {
    margin-bottom: 5rem;
  }
}

.bl_card_textBoxWrap {
  display: flex;
  justify-content: space-between;
}
.bl_card_textBoxWrap .bl_card_Caption {
  width: calc(50% - var(--card-gap-half));
}

.bl_card_txtBox {
  width: calc(50% - var(--card-gap-half));
}
.bl_card_txtBox_wrapperPC {
  display: flex;
  gap: var(--card-gap);
}
.bl_card_imgBox {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: calc(50% - var(--card-gap-half));
  aspect-ratio: 586/415;
  border-radius: 2.625rem;
  background-color: var(--violet);
}
.bl_card_imgBox_wrapperPC {
  display: flex;
  gap: var(--card-gap);
  margin-bottom: 1.75rem;
}
.bl_card_imgBox img {
  transform: scale(0.85);
  transform-origin: bottom;
  aspect-ratio: 490/368;
}
.bl_card_lastBox {
  width: 100%;
  border-radius: 2.625rem;
  background-color: var(--violet);
}
.bl_card_lastBox_inner {
  width: 89%;
  margin: 0 auto;
  display: flex;
  flex: 1 1;
  align-items: center;
}
.bl_card_lastBox_inner .bl_card_lastBox_txtBox {
  align-items: center;
}
.bl_card_lastBox_inner .bl_card_lastBox_txtBox .el_desc {
  padding-bottom: 0;
}
.bl_card_lastBox_inner .bl_card_lastBox_imgBox {
  margin-top: auto;
}

.bl_banner {
  margin-bottom: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: auto;
  aspect-ratio: 1920/396;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: url("../assets/images/banner.png") no-repeat center/cover;
}
@media (max-width: 1024px) {
  .bl_banner {
    background: url("../assets/images/banner2.png") no-repeat center/cover;
  }
}
@media (max-width: 1024px) {
  .bl_banner {
    aspect-ratio: 768/396;
  }
}
.bl_banner b {
  font-size: 2.625rem;
  display: block;
  margin-bottom: 1.75rem;
}
@media (max-width: 480px) {
  .bl_banner b {
    font-size: 1.8rem;
  }
}
.bl_banner a {
  font-size: 1.25rem;
  text-decoration: underline;
  text-decoration-thickness: 0.8px;
  text-underline-offset: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bl_banner a::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: var(--width-arrow);
  height: var(--height-arrow);
  background: url("../assets/images/arrow2.png") no-repeat center/contain;
}

.bl_content {
  margin-bottom: 12.25rem;
}
.bl_content_wrapper {
  max-width: 900px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  margin-top: var(--height-header);
}
.bl_content_inner {
  padding: 5vw 5vw 25px 5vw;
}
.bl_content_heading h2 {
  margin-top: 0px;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
}
.bl_content_heading .bl_colorBox {
  background: #f2f2ff;
  border-radius: 14px;
  padding: 10px 30px 10px 30px;
  font-weight: 400;
  font-size: small;
  color: #676767;
  line-height: 1.8;
}

.cont {
  font-weight: 400;
  line-height: 1.8;
  color: #676767;
  margin-top: 25px;
  margin-bottom: 6px;
}
.cont h3 {
  margin-top: 60px;
  margin-bottom: 6px;
  font-weight: bold;
  color: #676767;
}
.cont > p:first-of-type {
  margin-top: 25px;
  margin-bottom: 6px;
}
.cont > ol {
  padding-left: 1.25rem;
}
.cont .no_spacing {
  padding: 0;
}

#contactUs {
  padding: 0 2.5rem;
}

.bl_contactUs {
  width: 100%;
  min-height: 940px;
  height: auto;
  padding: 0 2.8rem;
  margin: 0 auto;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  text-wrap: balance;
}
@media (max-width: 1440px) {
  .bl_contactUs {
    display: block;
    text-align: center;
    padding: 6rem 2rem;
  }
}
.bl_contactUs_wrap {
  margin: 0 auto;
  margin-top: var(--height-header);
  margin-bottom: 2.625rem;
  max-width: 1600px;
  border-radius: 2.625rem;
  background: url("../assets/images/mainVisual01.png") no-repeat center/cover;
}
@media (max-width: 1440px) {
  .bl_contactUs_wrap {
    background: url("../assets/images/mainVisual02.png") no-repeat center/cover;
  }
}

.bl_contactUsInfo {
  max-width: 86.312rem;
  margin: 0 auto;
  color: var(--primary);
}
.bl_contactUsInfo_title {
  font-size: 5.38rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .bl_contactUsInfo_title {
    font-size: 3.8rem;
  }
}
@media (max-width: 480px) {
  .bl_contactUsInfo_title {
    font-size: 2.6rem;
  }
}
.bl_contactUsInfo_desc {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 5.3rem;
}
@media (max-width: 480px) {
  .bl_contactUsInfo_desc {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}
.bl_contactUsInfo_list {
  font-size: 1.25rem;
}
.bl_contactUsInfo_list li:first-child {
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .bl_contactUsInfo_list li:last-child {
    margin-bottom: 3rem;
  }
}
.bl_contactUsInfo_list li img {
  width: 2.18rem;
  height: 2.18rem;
  margin-right: 12px;
}

.bl_touchCard {
  position: relative;
  max-height: 820px;
  padding: 6.06rem 4.25rem 6.8rem;
  background-color: #fcfcfc;
  border-radius: 1.56rem;
  text-align: left;
}
@media (max-width: 1440px) {
  .bl_touchCard {
    max-height: 780px;
  }
}
@media (max-width: 768px) {
  .bl_touchCard {
    max-height: 1080px;
    padding: 3.06rem 2.25rem;
  }
}
.bl_touchCard_ttl {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 2.625rem;
}
@media (max-width: 480px) {
  .bl_touchCard_ttl {
    font-size: 1.5rem;
    padding-bottom: 1.625rem;
  }
}
.bl_touchCard_form {
  font-size: 1.25rem;
}
.bl_touchCard_form_boxRow {
  display: flex;
  flex-direction: row;
  gap: 2.375rem;
}
.bl_touchCard_form_boxRow > div {
  width: 50%;
}
@media (max-width: 768px) {
  .bl_touchCard_form_boxRow {
    flex-direction: column;
    gap: 0;
  }
  .bl_touchCard_form_boxRow > div {
    width: 100%;
  }
}
.bl_touchCard_form .el_touchForm {
  padding-bottom: 1.6rem;
}
.bl_touchCard_form .el_touchForm ::placeholder {
  color: #B5B5B6;
}
.bl_touchCard_form .el_touchForm label {
  padding-bottom: 8px;
  font-weight: 600;
}
.bl_touchCard_form .el_touchForm input, .bl_touchCard_form .el_touchForm textarea, .bl_touchCard_form .el_touchForm select {
  border-radius: 0.4rem;
  height: 2.5rem;
  width: 100%;
  padding-left: 7px;
  border: 1px solid #333;
  background-color: #ffffff;
}
@media (max-width: 480px) {
  .bl_touchCard_form .el_touchForm input, .bl_touchCard_form .el_touchForm textarea, .bl_touchCard_form .el_touchForm select {
    height: 1.8rem;
  }
}
.bl_touchCard_form .el_touchForm select {
  line-height: 2.5rem;
}
@media (max-width: 480px) {
  .bl_touchCard_form .el_touchForm select {
    line-height: 1.8rem;
  }
}
.bl_touchCard_form .el_touchForm textarea {
  min-height: 10.375rem;
}
@media (max-width: 768px) {
  .bl_touchCard_form .el_touchForm textarea {
    min-height: 7.375rem;
  }
}

.bl_touchCard_submit button {
  width: 10.687rem;
  height: 3rem;
  border-radius: 500px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
}
@media (max-width: 1024px) {
  .bl_touchCard_submit button {
    bottom: 38px;
  }
}
@media (max-width: 768px) {
  .bl_touchCard_submit button {
    bottom: 15px;
  }
}